# File: limits.txt


# This file is used to initialize the "lib/data/limits.raw" file, which is
# used to initialize the "array sizes" information for the Angband game.

# Do not modify this file unless you know exactly what you are doing,
# unless you wish to risk possible system crashes and broken savefiles.
# After modifying this file, delete the "lib/data/limits.raw" file.


# Version stamp (required)

V:0.4.1


# Maximum number of feature types
M:F:128

# Maximum number of object kinds
M:K:1024

# Maximum number of artifacts
M:A:512

# Maximum number of ego-item types
M:E:512

# Maximum number of monster races
M:R:2048

# Maximum number of vaults
M:V:128

# Maximum number of player races
M:P:25

# Maximum number of player classes
M:C:9

# Maximum number of player history lines
M:H:512

# Maximum number of owners per store
M:B:4

# Maximum number of effects
M:X:50

#NOT USED!!!
# Maximum number of objects
M:O:1000

# Maximum number of monsters
M:M:2048

# Maximum number of quests (including a slot for random quests)
M:Q:4


#
# Array sizes (in bytes) for some initialization stuff
#

# Size of the "fake" array for reading in names of monsters, objects,
# artifacts, store-owners, player-races, ...
M:N:20480

# Size of the "fake" array for reading in the descriptions of monsters,
# vaults, and the player-histories
M:T:161440

